html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@font-face {
    font-family: Avenir roman;
    font-weight: normal;
    src: url(../../../font/Avenir-Roman.ttf);
}

body {
    font-family: Avenir roman;
}

.centrar-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contenedor-principal {
    max-width: 1195px;
    text-align: center;
    margin: 0 20px;
}

.imagen-logo {
    margin-top: 40px;
}

.imagen-logo img {
    width: 239px;
}

.encabezado h3 {
    text-transform: uppercase;
    color: #03547E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px;
}

@media(min-width:768px) {
    .encabezado h3 {
        font-size: 30px;
    }
}

.linea {
    background: linear-gradient(90deg, #1AA592 0%, #12AFF0 94%);
    height: 10px;
    margin: 0 20px 28px 20px;
    width: 100%;

}

.todo-texto p {
    margin: 0 0 15px 0;
}

.todo-text p:last-child{
    margin: 0 0 0 0;
}

.todo-texto p,
.div-vigencia p {
    color: #03547E;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.todo-texto a {
    color: #03547E;
    text-decoration: underline;
}

.todo-texto a:hover {
    color: #03547E;
    text-decoration: underline !important;
}

.div-vigencia p {
    margin: 10px 0 28px 0;
    font-weight: 800;

}

.todo-texto span {
    font-weight: 800;
}